Vcenter Deployment Question Question
The Vcenter Deployment Question Question schema contains properties to describe a deployment question.
This schema was added in vSphere API 6.7.
{
"id": "string",
"question": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
},
"type": "string",
"default_answer": "string",
"possible_answers": [
"string"
]
}
Id of the question raised.
This property was added in vSphere API 6.7.
Message describing the question.
This property was added in vSphere API 6.7.
Type of the question raised.
For more information see: Vcenter Deployment Question QuestionType.
This property was added in vSphere API 6.7.
Default answer value.
This property was added in vSphere API 6.7.
Possible answers values.
This property was added in vSphere API 6.7.